home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set myList to [3, 4, 5, 6, 7]
- set myHilites to [39, 41, 43, 45, 47]
- repeat with i = 1 to 5
- if rollOver(getAt(myList, i)) then
- hiliteSprite(getAt(myList, i), getAt(myHilites, i))
- exit repeat
- end if
- end repeat
- go(the frame)
- end
-